home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Multimedia / audiophiler / audiophilersetup.exe / {app} / audiophiler.exe / 0 / RCDATA / TFMREGION / TFMREGION.txt
Text File  |  2004-09-21  |  2KB  |  90 lines

  1. object FmRegion: TFmRegion
  2.   Left = 221
  3.   Top = 238
  4.   BorderStyle = bsDialog
  5.   Caption = 'FmRegion'
  6.   ClientHeight = 111
  7.   ClientWidth = 305
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnHide = ClientDataSetFormHide
  17.   OnShow = ClientDataSetFormShow
  18.   DataSource = DM.DsRegions
  19.   OnDataAfterEdit = ClientDataSetFormDataAfterEdit
  20.   OnDataBeforeEdit = ClientDataSetFormDataBeforeEdit
  21.   OnDataValidate = ClientDataSetFormDataValidate
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object LblName: TLabel
  25.     Left = 8
  26.     Top = 52
  27.     Width = 31
  28.     Height = 13
  29.     Caption = '&Name:'
  30.     FocusControl = EdtName
  31.   end
  32.   object BtnOk: TBitBtn
  33.     Left = 136
  34.     Top = 81
  35.     Width = 75
  36.     Height = 25
  37.     TabOrder = 2
  38.     OnClick = BtnOkClick
  39.     Kind = bkOK
  40.   end
  41.   object BtnCancel: TBitBtn
  42.     Left = 216
  43.     Top = 81
  44.     Width = 75
  45.     Height = 25
  46.     TabOrder = 3
  47.     Kind = bkCancel
  48.   end
  49.   object PnlHeader: TPanel
  50.     Left = 8
  51.     Top = 8
  52.     Width = 289
  53.     Height = 25
  54.     Alignment = taLeftJustify
  55.     BevelOuter = bvNone
  56.     Caption = ' Region'
  57.     Color = clBtnShadow
  58.     Font.Charset = DEFAULT_CHARSET
  59.     Font.Color = clWindow
  60.     Font.Height = -13
  61.     Font.Name = 'Tahoma'
  62.     Font.Style = [fsBold]
  63.     ParentBackground = False
  64.     ParentFont = False
  65.     TabOrder = 0
  66.   end
  67.   object EdtName: TcxDBTextEdit
  68.     Left = 48
  69.     Top = 48
  70.     Width = 249
  71.     Height = 21
  72.     DataBinding.DataField = 'RegionName'
  73.     DataBinding.DataSource = DM.DsRegions
  74.     Properties.OnChange = EdtNameChange
  75.     Style.StyleController = DM.EditStyles
  76.     TabOrder = 1
  77.   end
  78.   object TblRegionsLookup: TEasyTable
  79.     CurrentVersion = '5.72 '
  80.     TableName = 'Regions'
  81.     DatabaseName = 'AudiophilerDb'
  82.     InMemory = False
  83.     AutoIndexes = False
  84.     CacheEnabled = True
  85.     BDELikeFilter = False
  86.     Left = 8
  87.     Top = 72
  88.   end
  89. end
  90.